testing.M.exitCode (field)

10 uses

	testing (current package)
		testing.go#L2290: 	exitCode int
		testing.go#L2342: 		code = m.exitCode
		testing.go#L2397: 		m.exitCode = 2
		testing.go#L2403: 		m.exitCode = 2
		testing.go#L2409: 		m.exitCode = 0
		testing.go#L2422: 				m.exitCode = 2
		testing.go#L2466: 			m.exitCode = 1
		testing.go#L2475: 			m.exitCode = fuzzWorkerExitCode
		testing.go#L2477: 			m.exitCode = 1
		testing.go#L2482: 	m.exitCode = 0